Skip to content

Conversation

@olasunkanmi-SE
Copy link
Owner

No description provided.

…threads for non-blocking code indexing and search

- Introduces a vector database service using ChromaDB for semantic code search.
- Implements worker threads to handle embedding generation and database operations in the background, preventing UI blocking.
- Uses Gemini embeddings consistently across the application for reliable search results.
- Adds support for indexing code snippets, performing semantic searches, and managing the vector database.
- Implements VectorDbWorkerManager to manage worker threads and report progress updates.
- Integrate ChromaDB for local vector database storage.
- Implement non-blocking worker threads for embedding and indexing operations using .
- Introduce smart embedding strategy with immediate, on-demand, background, and bulk processing phases.
- Enhance SmartContextExtractor with vector-based semantic search and keyword-based fallback.
- Add new documentation files under  to describe implementation details, usage and the roadmap.
@olasunkanmi-SE olasunkanmi-SE merged commit 2154dae into development Sep 16, 2025
2 checks passed
@olasunkanmi-SE olasunkanmi-SE deleted the smartContextExtractor branch December 11, 2025 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants